home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / control / return < prev    next >
Encoding:
Text File  |  1992-12-17  |  288 b   |  6 lines

  1.           return ?value?
  2.                Return immediately from the current procedure (or  top-
  3.                level  command  or  source  command), with value as the
  4.                return value.  If value  is  not  specified,  an  empty
  5.                string will be returned as result.
  6.